home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
N-O
/
NCMCTCSUSER.cpt
/
NCMC-TCS user
/
card_2427.txt
< prev
next >
Wrap
Text File
|
1988-09-28
|
12KB
|
537 lines
-- card: 2427 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 2777
-- name: File Section
----- HyperTalk script -----
on idle
global port
put the time into field 4
if SPortHasChar(port) then
put empty into reslts
repeat 3
put recvUpTo(port,return,2,false,false) into newIn
put newIn after reslts
end repeat
end if
end idle
on opencard
global lastday
put lastday into field "laston"
put the abbrev date into field "now"
end opencard
on closecard
show card button "Main Menu"
end closecard
-- part 1 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=375 top=305 right=327 bottom=475
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Log off
----- HyperTalk script -----
on mouseUp
global port
sendSPort port,false,"g"&return
put empty into card field "where"
answer "What'll it be?" with "Yes, bye" or "NO WAIT!!" or "Survey"
if it="Yes, bye" then
sendsPort port,false,"y"&return
put empty into card field 1
go card 1
else if it="NO WAIT!!" then sendSPort port,false,"n"&return
else sendSPort port,false,"a"&return
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=375 top=281 right=303 bottom=475
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Main Menu
----- HyperTalk script -----
on mouseUp
global port
sendSPort port,false,"e"&return
put empty into card field "where"
go card "Main Menu"
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=198 top=121 right=143 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New
----- HyperTalk script -----
on mouseUp
global port
sendSPort port,false,"n"&return
push card
go card "files"
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=198 top=145 right=167 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Forward
----- HyperTalk script -----
on mouseUp
global port
sendSPort port,false,"f"&return
push card
go card "files"
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=198 top=169 right=191 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Reverse
----- HyperTalk script -----
on mouseUp
global port
sendSPort port,false,"r"&return
push card
go card "files"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=198 top=193 right=215 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Search
----- HyperTalk script -----
on mouseUp
global port
ask "Search for what string?"
sendSPort port,false,"s"&return
ask "Search for what string?"
if it<> empty then
sendSPort port,false,it&return
push card
go card "files"
end if
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=198 top=217 right=239 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info
----- HyperTalk script -----
on mouseUp
global port
sendSPort port,false,"i"&return
ask "Info on what file?"
if it<> empty then
sendSPort port,false,it&return
push card
go card "files"
end if
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=54 top=31 right=68 bottom=90
-- title width / last selected line: 0
-- icon id / first selected line: 21060 / 21060
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
if card field "where" contains "clip" then
show card field "clipartinfo"
else if card field "where" contains "news" then
show card field "newsletterinfo"
else if card field "where" contains "Desk" then
show card field "dainfo"
else if card field "where" contains "games" then
show card field "gamesinfo"
else if card field "where" contains "hypercard" then
show card field "hypercardinfo"
else if card field "where" contains "prog" then
show card field "programminginfo"
else if card field "where" contains "system" then
show card field "systeminfo"
else if card field "where" contains "templates" then
show card field "templatesinfo"
else if card field "where" contains "fonts" then
show card field "fontsinfo"
else if card field "where" contains "telecom" then
show card field "telecominfo"
else if card field "where" contains "utilities" then
show card field "utilitiesinfo"
else if card field "where" contains "music" then
show card field "musicinfo"
end if
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=375 top=257 right=279 bottom=475
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: File Menu
----- HyperTalk script -----
on mouseUp
global port
sendSPort port,false,"b"&return
put empty into card field "where"
go card "File Menu"
end mouseUp
-- part 10 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=83 top=80 right=105 bottom=410
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 256
-- line height: 24
-- part name: where
-- part 13 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=119 top=105 right=140 bottom=376
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: clipartinfo
----- HyperTalk script -----
on mouseup
hide card field id 13
end mouseup
-- part 14 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=140 bottom=365
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: newsletterinfo
----- HyperTalk script -----
on mouseup
hide card field id 14
end mouseup
-- part 16 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=144 bottom=366
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: gamesinfo
----- HyperTalk script -----
on mouseup
hide card field id 16
end mouseup
-- part 17 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=144 bottom=367
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: hypercardinfo
----- HyperTalk script -----
on mouseup
hide card field id 17
end mouseup
-- part 18 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=144 bottom=371
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: programminginfo
----- HyperTalk script -----
on mouseup
hide card field id 18
end mouseup
-- part 19 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=140 bottom=365
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: systeminfo
----- HyperTalk script -----
on mouseup
hide card field id 19
end mouseup
-- part 20 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=140 bottom=365
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: templatesinfo
----- HyperTalk script -----
on mouseup
hide card field id 20
end mouseup
-- part 21 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=140 bottom=365
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: fontsinfo
----- HyperTalk script -----
on mouseup
hide card field id 21
end mouseup
-- part 22 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=144 bottom=367
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: telecominfo
----- HyperTalk script -----
on mouseup
hide card field id 22
end mouseup
-- part 23 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=140 bottom=365
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: dainfo
----- HyperTalk script -----
on mouseup
hide card field id 23
end mouseup
-- part 24 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=105 right=140 bottom=365
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: utilitiesinfo
----- HyperTalk script -----
on mouseup
hide card field id 24
end mouseup
-- part contents for background part 4
----- text -----
Thu, Sep 22, 1988
-- part contents for background part 5
----- text -----
9:01 PM
-- part contents for background part 3
----- text -----
Thu, Sep 22, 1988, 9:08 AM
-- part contents for card part 13
----- text -----
This is where we have files of clip art and other art related things.
-- part contents for card part 14
----- text -----
In this area we have newsletters from other clubs and on-line services.
-- part contents for card part 16
----- text -----
Here's where you can find all kinds of wonderfully trivial ways to kill time. One of my favourite areas.
-- part contents for card part 17
----- text -----
This is the area to pick up Hypercard stacks. Stacks can be about anything, from history of the universe to tcs front ends!
-- part contents for card part 18
----- text -----
All you hackers: this is your area! Here are samples of code and hints. Not to mention Apple's tech notes
-- part contents for card part 19
----- text -----
Here are copies of the latest system and finder and other things that you put in your system file.
-- part contents for card part 20
----- text -----
Templates for Excel and Works, as well as other programs can be found in this area.
-- part contents for card part 21
----- text -----
All kinds of fonts for the Imagewriter and some for the LaserWriter are in here.
-- part contents for card part 22
----- text -----
Files and programs that do telecommunications, or are aids to telecom, are in here (things like this stack)
-- part contents for card part 23
----- text -----
DA's. those helpful little guys, are all in here. they can do things from games to word processing.
-- part contents for card part 24
----- text -----
Utilites, things that fix things or do diagnostics, can be found within.